home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / source.exe / POSIX / EXAMPLES / CC.MK < prev    next >
Text File  |  1993-07-09  |  113b  |  5 lines

  1. SDK = //C/nt/public/sdk
  2.  
  3. test: test.c a.c b.c
  4.     cc -o test $(CFLAGS) -I $(SDK)/inc/crt -L $(SDK)/lib/i386 *.c
  5.